home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Most Valuable Games 1
/
Most Valuable Games I (MVP Publishing)(February 1995).iso
/
games
/
canton
/
remove.bat
< prev
next >
Wrap
DOS Batch File
|
1994-10-27
|
50b
|
6 lines
echo off
cd c:
del c:\nnn\*.*
rmdir nnn
exit